Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix deploy task #159

Merged
merged 5 commits into from
Apr 8, 2021
Merged

fix deploy task #159

merged 5 commits into from
Apr 8, 2021

Conversation

ryanatkn
Copy link
Owner

@ryanatkn ryanatkn commented Apr 7, 2021

There's a bug somewhere in the deploy script that's causing the commits to the deployment branch to fail. Was good to rewrite a lot of this. I was previously relying on some confusing git behavior, and the usage of the worktree is a bit more straightforward now, I think.

This also adds the readDir helper to src/node/fs.ts. The naming breaks convention with readdir in Node/fs-extra/Unix/etc but it aligns with the rest of the API - emptyDir and ensureDir are siblings for example, straight from our fs-extra library.

@ryanatkn ryanatkn marked this pull request as draft April 7, 2021 22:10
@ryanatkn ryanatkn marked this pull request as ready for review April 8, 2021 02:25
@ryanatkn ryanatkn merged commit eb1854c into main Apr 8, 2021
@ryanatkn ryanatkn deleted the fix-deploy branch April 8, 2021 02:37
ryanatkn added a commit that referenced this pull request Apr 8, 2021
@ryanatkn ryanatkn restored the fix-deploy branch April 8, 2021 02:38
@ryanatkn ryanatkn deleted the fix-deploy branch April 8, 2021 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant